AnchorCursor Property (TransposedGrid<T>)
In This Topic
Gets or sets a value that determines whether extending selections with the mouse or keyboard should change the start (cursor) or the end of the current selection.
Syntax
'Declaration
Public Overridable Property AnchorCursor As Boolean
public virtual bool AnchorCursor {get; set;}
See Also